JAMS 6.x Help
SQLQueryScalar<TResult> Class Members
Fields  Properties  Methods 


The following tables list the members exposed by SQLQueryScalar<TResult>.

Public Constructors
 NameDescription
Public ConstructorSQLQueryScalar<TResult> ConstructorDefault Constructor  
Top
Protected Fields
 NameDescription
Protected FieldContinueExecutionDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Top
Public Properties
 NameDescription
Public PropertyCommandTextThe SQL Query to run.  
Public PropertyConnectionStringThe database connection string.  
Public PropertyContinueOnErrorWhen true, the activity will not fail after a SQL error when running the query.  
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyLogSQLWhen true, the SQL query is written to the log file.  
Public PropertyResult (Inherited from System.Activities.Activity<TResult>)
Public PropertyResultType (Inherited from System.Activities.ActivityWithResult)
Top
Protected Properties
 NameDescription
Protected PropertyAbortOnTaskFailureBy default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>)
Protected PropertyCanInduceIdleAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>)
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity<TResult>)
Protected PropertyTaskGets the System.Threading.Task which performs the activity's work. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>)
Protected PropertyUserStateGets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>)
Top
Public Methods
 NameDescription
Public MethodResumeCommandBookmarkResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Public MethodToString (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected MethodAbortAbort Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>)
Protected MethodAfterExecuteOverridden. Sets the scalar result of the query execution  
Protected MethodCacheMetadataOverloaded. Registers Activity Metadata (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>)
Protected MethodCancelCancels the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>)
Protected MethodExecuteExecutes the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>)
Protected MethodExecuteNonblockingOverridden. Executes the SQL query and captures the scalar result  
Protected MethodOnCreateDynamicUpdateMapOverloaded.  (Inherited from System.Activities.NativeActivity<TResult>)
Protected MethodPrepareToExecuteOverridden. Prepares execution of SQL script  
Protected MethodUpdateInstance (Inherited from System.Activities.NativeActivity<TResult>)
Top
See Also

Reference

SQLQueryScalar<TResult> Class
MVPSI.JAMS.Activities Namespace

Send Feedback